Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
startup: fix syslog calls to log the right error message
Summary: Some calls to syslog with %m logged the wrong error in case a call to write (2) failed just before. It made understanding errors tricky. With this fix, some calls to syslog are re-ordered to log the right error message. Test Plan: Run Cassandane tests. Reviewers: #imap_reviewers Differential Revision: https://git.cyrus.foundation/D46
- Loading branch information
1 parent
ccbc244
commit a2a5faa4fef36141c14b6cac9fe6260467761d8c
Showing
1 changed file
with
23 additions
and
8 deletions.